CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / All Operations Resource Group / /projects/{projectId}/operationsHub-settings (Post)
In This Topic
    Post/projects/{projectId}/operationsHub-settings
    In This Topic
    Description
    Add or individually modify parameters related to Operations Hub
    Parameters
    NameDescriptionData Type
    the id of the projectstring
    Request (application/json)

    The request body is of type object.

    Overview

    UserName : string
    Password : string (password)
    HostName : string
    Port : integer
    Certificate : string (byte)
    CertificateValidation : boolean
    Dynamic : boolean
    200 Response

    The response body is of type ProblemDetails.

    At least one parameter was added or modified, but at least one failed.

    Overview

    ProblemDetails
    Response data when a request fails
    type : string
    URI reference that identifies the problem type
    title : string
    summary of the problem type
    status : integer
    The HTTP status code
    detail : string
    explanation specific to this occurrence of the problem
    instance : string
    URI reference that identifies the specific occurrence of the problem
    204 Response

    Parameters added or modified successfully.
    Fault Responses
    FaultDescription
    This fault returns a response body of type ProblemDetails.
    General error
    This fault returns a response body of type ProblemDetails.
    Authorization header is missing or bad.
    This fault returns a response body of type ProblemDetails.
    User account used to attempt this operation doesn't have sufficient privilege.
    See Also